refactor(view): MUI ThemeProvider 통합 및 테마 시스템 개선#1016
Merged
Conversation
- Reference MUI auto-generated CSS variables in _colors.scss - Replace SCSS variables with CSS variables - Add new CSS variables for color management
SingTheCode
approved these changes
Oct 27, 2025
SingTheCode
left a comment
Contributor
There was a problem hiding this comment.
LGTMMM!!!! 고생하셨습니다ㅎㅎ
yuminnnnni
self-requested a review
October 28, 2025 06:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue
#1011
Result
CSS 변수 기반 테마 시스템을 MUI ThemeProvider와 통합하여 일관된 테마 관리 구조를 확립했습니다.
Work list
1. MUI 패키지 업그레이드
@mui/material: v5.16.6 -> v6.5.0(latest-v6)@mui/icons-material: v5.16.6 -> v6.5.0(latest-v6)2. 테마 시스템 구조 개선
src/theme/)cssVariables: true옵션으로 MUI CSS 변수 자동 생성App.tsx에 ThemeProvider 적용3. SCSS 시스템 통합
_colors.scss에서 MUI 자동 생성 CSS 변수(--mui-palette-*) 참조Test
Improvement
Next Task